Skip to content

Conversation

@prashantgupta24
Copy link
Collaborator

Description

Pin vllm upper bound

Related Issues

fix #364

Signed-off-by: Prashant Gupta <[email protected]>
@prashantgupta24 prashantgupta24 marked this pull request as ready for review August 11, 2025 20:09
@github-actions
Copy link

👋 Hi! Thank you for contributing to vLLM support on Spyre.
Just a reminder: Make sure that your code passes all the linting checks, otherwise your PR won't be able to be merged. To do so, first install the linting requirements, then run format.sh and commit the changes. This can be done with uv directly:

uv sync --frozen --group lint --active --inexact

Or this can be done with pip:

uv pip compile --group lint > requirements-lint.txt
pip install -r requirements-lint.txt
bash format.sh

Now you are good to go 🚀

Signed-off-by: Prashant Gupta <[email protected]>
Copy link
Collaborator

@joerunde joerunde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@prashantgupta24 prashantgupta24 enabled auto-merge (squash) August 11, 2025 20:14
@github-actions github-actions bot added the ready label Aug 11, 2025
@prashantgupta24 prashantgupta24 merged commit ec6a460 into main Aug 11, 2025
23 of 24 checks passed
@prashantgupta24 prashantgupta24 deleted the vllm-upper-bound branch August 11, 2025 20:28
kkvtran pushed a commit to kkvtran/vllm-spyre that referenced this pull request Aug 12, 2025
# Description

Pin vllm upper bound

## Related Issues

fix vllm-project#364

---------

Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Kim Tran <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide upper bound for vllm version

3 participants